<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
	font-family: 'Proximanova-Regular', sans-serif;
	background: #333;
}
a {
	-o-transition:.3s;
  	-ms-transition:.3s;
  	-moz-transition:.3s;
  	-webkit-transition:.3s;
}
.list-personas li a,
.social a {
	color: #fff;
}
h1 {
	font-family: 'Proximanova-Regular', sans-serif;
	background: #fff;
	padding: 20px 20px;
	font-size: 1.8em;
	color: #cc0000;
    margin-bottom: 0;
    text-align: center;
}
h2, h3, h4, h5, h6, strong {
	font-family: 'Proximanova-Bold', sans-serif;
	-webkit-font-smoothing: antialiased;
}
h2 {
	font-size: 1.8em;
	margin-bottom: 0px;
}
h4 {
	color: #fff;
	padding: 10px;
	display: inline-block;
	margin-top: 40px;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.box,
.list-personas li {
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.bg-red {
	background: #cc0000;
	margin-left: -30px;
}
.bg-blue {
	background: #5ac5d4;
	margin-right: -30px;
}
.bg-green {
	background: #a5ce3e;
	margin-right: -30px;
}
.bg-green-dark {
	background: #87a239;
	margin-right: -30px;
}
.bg-orange {
	background: #d55d21;
	margin-right: -30px;
}
.bg-orange-light {
	background: #faa145;
	margin-right: -30px;
}
.bg-blue-dark {
	background: #279199;
	margin-right: -30px;
}
.bg-purple {
	background: #bc3790;
	margin-right: -30px;
}

header {
	text-align: center;
	background: #f2f2f2;
	border-top: 7px solid #cc0000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 63px;
    z-index: 10;
  transition: top 0.2s ease-in-out;
}
	header nav {
		padding: 15px 0 10px;
		font-size: 18px;
		text-transform: uppercase;
		color: #646464;
	}
		header nav img {
			margin-right: 20px;
			width: 110px;
		}
section {
	background: #fff;
}
footer {
	background: #333;
	font-size: 11px;
	color: #fff;
	padding: 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}
	.social {
		text-align: right;
	}
	.social i {
		margin-top: 0;
		font-size: 1.6em !important;
	}
	.col a {
		opacity: 0.7;
		color: #fff;
	}
	.social a {
		margin: 0 5px;
	}
	.col a:hover {
		opacity: 1;
		color: #fff;
	}
.personas-all {
	background: #333;
}
.personas {
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-top: 63px;
	margin-bottom: 54px;
	height: auto;
	background: #333;
}
.list-personas {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	.list-personas li {
		float: left;
		width: 25%;
		background: #ececec;
		padding: 20px;	
		height:45vh;
		min-height: 270px;
		max-height: 270px;
		position: relative;
		color: #fff;
		cursor: pointer;
	}
	.list-personas li:nth-child(1) {
		background: -moz-radial-gradient(center, ellipse cover, #36c7d9 41%, #279aa9 100%); /* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover, #36c7d9 41%,#279aa9 100%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center, #36c7d9 41%,#279aa9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36c7d9', endColorstr='#279aa9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	.list-personas li:nth-child(2) {
		background: #acf100; /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover, #acf100 41%, #83b702 100%); /* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover, #acf100 41%,#83b702 100%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center, #acf100 41%,#83b702 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acf100', endColorstr='#83b702',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	.list-personas li:nth-child(3) {
		background: #e05500; /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover, #e05500 41%, #ab4202 100%); /* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover, #e05500 41%,#ab4202 100%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center, #e05500 41%,#ab4202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e05500', endColorstr='#ab4202',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	.list-personas li:nth-child(4) {
		background: #ffa300; /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover, #ffa300 41%, #ca7e01 100%); /* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover, #ffa300 41%,#ca7e01 100%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center, #ffa300 41%,#ca7e01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa300', endColorstr='#ca7e01',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	.list-personas li:nth-child(5) {
		background: #00535d; /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover, #00535d 41%, #003b42 100%); /* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover, #00535d 41%,#003b42 100%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center, #00535d 41%,#003b42 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00535d', endColorstr='#003b42',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	.list-personas li:nth-child(6) {
		background: #81ac0b; /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover, #81ac0b 41%, #608207 100%); /* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover, #81ac0b 41%,#608207 100%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center, #81ac0b 41%,#608207 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81ac0b', endColorstr='#608207',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	.list-personas li:nth-child(7) {
		background: #d91c00; /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover, #d91c00 41%, #a51601 100%); /* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover, #d91c00 41%,#a51601 100%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center, #d91c00 41%,#a51601 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d91c00', endColorstr='#a51601',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	.list-personas li:nth-child(8) {
		background: #c92380; /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover, #c92380 41%, #8c1458 100%); /* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover, #c92380 41%,#8c1458 100%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center, #c92380 41%,#8c1458 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92380', endColorstr='#8c1458',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
		.list-personas li a span {
			display: block
		}
		.list-personas .thumb {
			width: 90%;
			position: absolute;
			top: 35px;
			right: 0;
			text-align: right;
		}
		.list-personas .thumb img {
			height: 600px;
			right: -30px;
			position: relative;
		}
		.list-personas img {
			width: 90%;
		}
		.list-personas li:nth-child(1) .thumb img {
			right: 20px !important;
		    min-height: 600px;
		    width: auto;
		}
		.details {
			position: absolute;
			z-index: 3;
			left: 25px;
			top: 20px;
			font-size: 1.2em;
		}
.blue {
	color: #5ac5d4 !important;
}
.green {
	color: #87a239 !important
}
.green-dark {
	color: #87a239 !important;
}
.orange {
	color: #d55d21 !important;
}
.orange-light {
	color: #faa145 !important;
}
.blue-dark {
	color: #279199 !important;
}
.red {
	color: #cc0000 !important;
}
.purple {
	color: #bc3790 !important;
}
.fl .list-detail:before,
.fr .list-detail:before  {
	content:"";
	height: 84.5%;
	position: absolute;
	top: 37px;
}
.fl .list-detail:before {
	right: -30px;
	border-right: 2px dashed #5ac5d4
}
.fr .list-detail:before  {
	left: -30px;
	border-right: 2px dashed #cc0000
}
.fl .list-detail:after,
.fr .list-detail:after  {
	content:"";
	top: 15%;
	height: 162px;
	position: absolute;
}
.fl .list-detail:after {
	width: 195px;
	right: -220px;
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B10b00096-6245-421a-90b8-ed2e576865cb%7D_line3.png) center center no-repeat;
}
.fr .list-detail:after {
	width: 180px;
	left: -205px;
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B6256ee93-6313-4139-886b-53f38ab00e0d%7D_line2.png) center center no-repeat;
}
.list-detail {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
	.list-detail li {
		margin: 20px 0;
		position: relative;
		color: #323232;
		-webkit-font-smoothing: antialiased;
	}
	.fl .list-detail li div {
		border: solid 3px #5ac5d4;
	}
	.fr .list-detail li div {
		border: solid 3px #cc0000;
	}
	.fl .list-detail li:nth-child(even) div {
		margin-right: 100px;
	}
	.fr .list-detail li:nth-child(even) div {
		margin-left: 100px;
	}
	.fl .list-detail li div:after,
	.fr .list-detail li div:after {
		content:"";
		display: block;
		width: 40px;
		height: 2px;
		position: absolute;
	}
	.fl .list-detail li div:after {
		border-bottom: 2px dashed #5ac5d4;
		right: -40px;
		top: 50%;
	}
	.fl .list-detail li:nth-child(even) div:after {
		width: 130px;
		right: -130px;
	}
	.fr .list-detail li:nth-child(even) div:after {
		width: 130px;
		left: -130px;
	}
	.fr .list-detail li div:after {
		border-bottom: 2px dashed #cc0000;
		left: -40px;
		top: 50%;
	}
	.list-detail li div {
		height: 75px; 
        width: 75px;
        white-space: nowrap;
        text-align: center; 
        margin: 0 10px 0px;
        border-radius: 50%;
        display: inline-block;
		position: relative;
	}
        .helper {
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }
		.list-detail li img {
			width: 35px;
		}
.person {
	width: 90% !important;
    left: 8% !important;
}
.img-person {
	position: fixed; 
	top: 50%; 
	left: 50%; 
	margin-left: -351px; 
	margin-top: -389px; 
	text-align: center;
}
.img-person img {
	margin-top: 100px; 
	width: 80%; 
	max-height: 779px; 
	max-width: 709px;
}
.interest {
	position: relative;
}
.desc {
	margin-top: 30px;
}
.interest:before {
	content:"";
	position: absolute;
	top: 0;
	left: -189px;
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B2fa7c129-dc44-44b2-9540-fd3d21f5848e%7D_line1.png) center center no-repeat;
	width: 170px;
	height: 154px;
	background-size: 170px;
}
.person-cta .fl {
	width: 50% !important;
	max-width: 500px;
	margin-left: 50%;
}
.cta {
	color: #fff;
	text-decoration: none;
	background: #cc0000;
	padding: 10px 20px;
	display: inline-block;
	font-size: 1.3em
}
	.cta img {
		width: 28px;
		display: inline-block;
		margin-left: 10px;
		vertical-align: text-top;
	}
.link {
	color: #34464e;
	text-decoration: underline;
	text-align: left;
    display: block;
	margin: 8px auto 0;
}
.mobile,
.sticky-cta-mobile {
	display: none;
}
.fl, .fr {
	/*opacity: 0.1;*/
}
.sticky-cta {
	position: fixed;
	right: -57px;
	top: 50%;
	background: #cc0000;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}
	.cta:hover,
	.sticky-cta:hover {
		background: #ea1313;
		color: #fff;
		text-decoration: none;
	}
	.link:hover {
		color: #ea1313;
	}
.nav-up {
  top: -63px;
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) { 
	.list-personas li {
		float: left;
		width: 50%;
	}
	.person {
	    width: 100% !important;
	    left: 0 !important;
	}
	.personas {
		height: auto;
	}
}

/*Medium devices (tablets, less than 1048px)*/
@media (max-width: 1048px) { 
	.fl, .fr {
		opacity: 1;
	}
	.fl .list-detail:before, 
	.fr .list-detail:before,
	.fr .list-detail:after,
	.fl .list-detail:after,
	.fl .list-detail li div:after,
	.fr .list-detail li div:after {
		display: none;
	}
	.mobile {
		display: inline-block;
		margin: 0 auto;
		width: 80%;
		max-width: 450px;
	}
	.person img.mobile {
		margin-bottom: 20px;
	}
	.person h2 {
		color: #fff !important;
	}
	header {
		height: 65px;
	}
	header nav img {
		width: 90px;
	}
  	.cd-fixed-background .cd-content.person .fl {
      	padding-left: 20px !important;
  	}
  	.cd-fixed-background .cd-content.person .fr {
	    padding-right: 20px !important;
	}
	.cd-fixed-background p {
	    font-size: 1.2rem !important;
	    margin-bottom: 0.6rem;
	}
  	.cd-fixed-background.img-1,
  	.cd-fixed-background.img-2,
  	.cd-fixed-background.img-3 {
    	background-image: none !important;
  	}
  	.fl, .fr {
  		float: none;
  		width: 100% !important;
	    max-width: none !important;
		padding: 15px 30px;
		margin: 20px 0;
		text-align: left;
  	}
  	.fr {
  		padding-left: 0;
  	}
  	.interest {
  		padding-left: 20px;
  	}
  	.cd-fixed-background {
    	height: auto !important;
	}
	.cd-fixed-background .cd-content {
	    position: relative !important;
	    -webkit-transform: none !important;
	    -moz-transform: none !important;
	    -ms-transform: none !important;
	    -o-transform: none !important;
	    transform: none !important;
	    text-align: center;
		padding-top: 90px;
	}
	.person .fl {
		background: #5ac5d4;
	}
	.person .fl p {
		color: #fff !important;
	    display: inline;
	}
	.cd-fixed-background h2 {
	    font-size: 1.4rem !important;
	}
	.desc {
	    margin-top: 30px;
	}
	.lists {
		padding-top: 0 !important;
	}
	.bg-blue,
	.bg-red {
	    margin-right: 0;
	    margin-left: 0;
	}
	h4 {
		text-transform: uppercase;
		font-size: 1.25rem !important;
		letter-spacing: 2px;
		width: 100%;
		margin-top: 0;
		padding: 10px 20px;
	}
	.lists .fl,
	.lists .fr {
		padding-top: 0;
		margin-top: 0;
		padding-right: 0;
	}
	.list-detail {
		overflow: hidden;
	}
	.list-detail li {
	    width: 33%;
    	float: left;
	    text-align: center;
	    min-height: 100px;
	}
	.fr .list-detail-jeri li span,
	.fr .list-detail-cassey li span {
		position: absolute;
	}
	.list-detail li:last-child {
		width: 33%
	}

	.fl .list-detail li span {
		position: absolute;
	}
	.fl .list-detail li span.helper,
	.fr .list-detail-jeri li span.helper,
	.fr .list-detail-cassey li span.helper {
		position: initial;
	}
	.fl .list-detail li span {
		top: 75px;
	}

	.list-detail li span {
		width: 100%;
		display: block;
		margin: 5px 0;
		font-size: 1em;
		padding: 0 5px;
		line-height: 1.4;
	}
	.helper {
		height: 10%;
	}
	.fl .list-detail li:nth-child(even) div {
	    margin-right: 0;
    	margin-left: 0;
	}
	.fr .list-detail li:nth-child(even) div {
	    margin-left: 0;
    	margin-right: 0;
	}
	.person-cta {
		padding-top: 40px !important
	}
	.person-cta .fl {
	    width: 90% !important;
	    max-width: 500px;
	    margin: 20px auto 30px;
	    padding-right: 0;
	}
	.link {
	    margin: 8px auto 0 0;
	}
	.chris3 {
		max-width: 470px;
    	padding-left: 50px;
    	position: relative;
    	z-index: 3;
	}
	.zig {
		width: 130%;
    	max-width: none;
    	position: absolute;
    	top: 50%;
    	z-index: 2;
    	left: 0;
	}
	footer {
		position: relative;
	}
	.personas {
		margin-bottom: 0;
	    margin-top: 68px;
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) { 
	.cd-fixed-background .cd-content::after,
	.sticky-cta,
	.link {
		display: none !important;
	}
	.details {
	    bottom: auto;
	    top: 20px;
	    left: 20px;
	}
	header {
	    text-align: left;
	    position: relative;
	    border-top: none;
	    height: auto;
	}
	.header-persona {
		margin-top: 40px;
	}
	header nav {
	    font-size: 13px;
	    padding: 15px 15px 15px 15px;
	    max-width: 400px;
    	margin: 0 auto;
    	overflow: hidden;
	}
	header nav img,
	header nav span {
		float: left;
	}
	header nav span {
		width: 69%;
    	margin-top: 7px;
	}
	.personas {
	    margin-top: 0;
	}
	.sticky-cta-mobile {
		display: block;
		font-size: 1em;
		color: #fff;
		background: #cc0000;
		width: 100%;
		text-align: left;
		padding: 10px 20px;
		font-family: "Proximanova-bold", sans-serif;
		letter-spacing: 1.5px;
		position: fixed;
		text-transform: uppercase;
		z-index: 11;
		top: 0;
		left: 0;
	}
		.sticky-cta-mobile img {
			width: 9px;
			display: inline-block;
			vertical-align: middle;
			margin-right: 10px;
		}
		.sticky-cta-mobile span {
			position: relative;
			top: 2px;
		}
		.sticky-cta-mobile a {
			color: #fff
		}
		.sticky-cta-mobile a:hover {
			text-decoration: none;
			color: #;
		}
	header nav img {
		display: inline-block;
    	margin-right: 0;
    	margin: 6px 12px 0 0;
	}
	h1 {
		font-size: 1.3em;
	    padding: 20px 10px;
	}
	.list-detail li {
		width: 50%
	}

	.list-detail li:last-child {
		width: 100%
	}
	.list-personas li {
		float: left;
		width: 50%;
	}
	.fl .list-detail li:nth-child(3) img {
		width: 28px;
	}
	.list-personas .thumb {
		text-align: right;
	}
	.list-personas .thumb img {
	    width: 80%;
	    top: 30px;
    	left: 0;
	}
	.list-personas li:nth-child(1) .thumb {
		top: 0;
	}
	.list-personas li:nth-child(4) .thumb {
		right: -35px;
	}
	.list-personas li:nth-child(1) .thumb img {
	    left: -10px !important;
	}
	.cd-fixed-background {
	    padding: 3em 0 0 !important;
	}
	.cd-fixed-background .cd-content {
	    padding-top: 0;
	}
	.cd-fixed-background p {
	    line-height: 1.4 !important;
	}
	.cd-fixed-background h2,
	 .cd-fixed-background h3 {
	    text-transform: uppercase;
	    font-size: 1.3em !important;
	}
	.cd-fixed-background p {
	    font-size: 1rem !important;
	}
	.fl, .fr {
	    margin: 0 0 0;
	}
	.img-1 {
		padding-top: 20px !important;
	}
	.img-3,
	.img-2 {
		padding-top: 0 !important;
	}
	.person-cta {
	    background-color: #f9f9f9;
		padding-bottom: 20px !important;
	}
	.person-cta .fl {
	    margin: 20px auto 30px;
	}
	.chris3 {
	    padding-left: 30px;
	}
	.zig {
		top: 45%;
	}
	.cta {
	    font-size: 1em;
	}
	.col {
		width: 100%;
	}
	footer .row,
	footer .row .social {
	    display: block;
	    text-align: center;
	    margin: 10px 0;
	    padding: 0;
	}
	.social {
		font-size: 1.3em;
	}
		.social a {
		    margin: 0 10px;
		}
		.social i {
			margin-top: 10px;
		}
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
	.list-personas li {
		float: left;
		width: 100%;    
		height: 290px;
    	max-height: 290px !important;
	}
	.cta {
	    padding: 10px 10px;
	    font-size: 1em;
	}
	.zig {
		display: none;
	}
	.cd-fixed-background h2, .cd-fixed-background h3, .cd-fixed-background h4 {
	    text-transform: none;
	    letter-spacing: 0;
	}
	.cta img {
	    width: 21px;
	}
}




/* OTHER PERSONAS */
.interest-marianna:before {
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Bcfa965af-29ac-4d03-a29e-7bd478d44705%7D_line1-marianna.png) center center no-repeat !important;
}
.fl .list-detail-marianna:before {
	right: -30px;
	border-right: 2px dashed #b7e349 !important
}
.fl .list-detail-marianna li div {
	border: solid 3px #b7e349;
}
.fl .list-detail-marianna li div:after {
    border-bottom: 2px dashed #b7e349;
}
.fl .list-detail-marianna:after {
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Bbb11767f-6680-41a8-8cfb-be795e2582b3%7D_line3-marianna.png) center center no-repeat;
}

.interest-nadia:before {
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B3e08e474-9e8c-4bca-825a-4045887c1903%7D_line1-nadia.png) center center no-repeat !important;
}
.fl .list-detail-nadia:before {
	right: -30px;
	border-right: 2px dashed #d55d21 !important
}
.fl .list-detail-nadia li div {
	border: solid 3px #d55d21;
}
.fl .list-detail-nadia li div:after {
    border-bottom: 2px dashed #d55d21;
}
.fl .list-detail-nadia:after {
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Ba1b94800-41ed-43c2-837d-99e883564366%7D_line3-nadia.png) center center no-repeat;
}
	.fr .list-detail-nadia li:nth-child(5) img {
		width: 25px;
	}


.interest-bruce:before {
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Bca63ee37-7845-45f1-8902-26adda2d7fc4%7D_line1-bruce.png) center center no-repeat !important;
}
.fl .list-detail-bruce:before {
	right: -30px;
	border-right: 2px dashed #faa145 !important
}
.fl .list-detail-bruce li div {
	border: solid 3px #faa145;
}
.fl .list-detail-bruce li div:after {
    border-bottom: 2px dashed #faa145;
}
.fl .list-detail-bruce:after {
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Bc0f63b67-d292-48dd-b731-0b9b184b0a42%7D_line3-bruce.png) center center no-repeat;
}
	.fr .list-detail-bruce li:nth-child(1) img,
	.fr .list-detail-bruce li:nth-child(4) img,
	.fr .list-detail-bruce li:nth-child(3) img {
		width: 27px;
	}

.interest-cassey:before {
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B8fd16865-d172-456c-9e9e-b45611f4e66a%7D_line1-cassey.png) center center no-repeat !important;
}
.fl .list-detail-cassey:before {
	right: -30px;
	border-right: 2px dashed #279199 !important
}
.fl .list-detail-cassey li div {
	border: solid 3px #279199;
}
.fl .list-detail-cassey li div:after {
    border-bottom: 2px dashed #279199;
}
.fl .list-detail-cassey:after {
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B9dd571eb-0890-4d58-ba57-066b6a3f277c%7D_line3-cassey.png) center center no-repeat;
}
	.fr .list-detail-cassey li:nth-child(1) img,
	.fr .list-detail-cassey li:nth-child(3) img,
	.fr .list-detail-cassey li:nth-child(4) img {
		width: 29px;
	}


.interest-natalie:before {
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B78ac21de-13a6-4687-96e4-6d2d55eb7228%7D_line1-natalie.png) center center no-repeat !important;
}
.fl .list-detail-natalie:before {
	right: -30px;
	border-right: 2px dashed #87a239 !important
}
.fl .list-detail-natalie li div {
	border: solid 3px #87a239;
}
.fl .list-detail-natalie li div:after {
    border-bottom: 2px dashed #87a239;
}
.fl .list-detail-natalie:after {
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B2d3508cf-fa4e-4184-90ba-19bfbeb438c1%7D_line3-natalie.png) center center no-repeat;
}
	.fr .list-detail-natalie li:nth-child(1) img {
		width: 25px;
	}

.interest-donald:before {
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Bcedaf135-add4-48d7-a38c-287011a8c603%7D_line1-donald.png) center center no-repeat !important;
}
.fl .list-detail-donald:before {
	right: -30px;
	border-right: 2px dashed #cc0000 !important
}
.fl .list-detail-donald li div {
	border: solid 3px #cc0000;
}
.fl .list-detail-donald li div:after {
    border-bottom: 2px dashed #cc0000;
}
.fl .list-detail-donald:after {
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B8c77a46b-f7ad-4fff-8cab-ed6750c79471%7D_line3-donald.png) center center no-repeat;
}
	.fl .list-detail-donald li:nth-child(2) img {
		width: 27px;
	}

.interest-jeri:before {
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Ba596af28-94ed-4d43-9087-31d4dd0cd780%7D_line1-jeri.png) center center no-repeat !important;
}
.fl .list-detail-jeri:before {
	right: -30px;
	border-right: 2px dashed #bc3790 !important
}
.fl .list-detail-jeri li div {
	border: solid 3px #bc3790;
}
.fl .list-detail-jeri li div:after {
    border-bottom: 2px dashed #bc3790;
}
.fl .list-detail-jeri:after {
	background: url(http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B1f84f68b-7e63-490f-8d1b-73d46da1441b%7D_line3-jeri.png) center center no-repeat;
}
	.fr .list-detail-jeri li:nth-child(1) img {
		width: 27px;
	}



@media (max-width: 1048px) { 
	.cd-fixed-background.img-1, .cd-fixed-background.img-2, .cd-fixed-background.img-3,
	.cd-fixed-background.img-1-marianna, .cd-fixed-background.img-2-marianna, .cd-fixed-background.img-3-marianna,
	.cd-fixed-background.img-1-nadia, .cd-fixed-background.img-2-nadia, .cd-fixed-background.img-3-nadia {
    	background-image: none !important;
	}
	.person-marianna .fl {
	    background: #a5ce3e;
	}
	.person-nadia .fl {
	    background: #d55d21;
	}
	.person-bruce .fl {
	    background: #ec9841;
	}
	.person-cassey .fl {
	    background: #2fa4ad;
	}
	.person-natalie .fl {
	    background: #6c802d;
	}
	.person-donald .fl {
	    background: #cc0000;
	}
	.person-jeri .fl {
	    background: #bc3790;
	}
	.fr .list-detail-marianna li:nth-child(1) img,
	.fl .list-detail-marianna li:nth-child(2) img,
	.fl .list-detail-nadia li:nth-child(4) img,
	.fr .list-detail-cassey li:nth-child(2) img,
	.fr .list-detail-cassey li:nth-child(3) img,
	.fl .list-detail-natalie li:nth-child(2) img,
	.fl .list-detail-jeri li:nth-child(4) img,
	.fr .list-detail-jeri li:nth-child(5) img,
	.fr .list-detail-jeri li:nth-child(2) img,
	.fl .list-detail-cassey li:nth-child(3) img,
	.fl .list-detail-donald li:nth-child(1) img,
	.fr .list-detail-donald li:nth-child(1) img,
	.fr .list-detail-jeri li:nth-child(3) img {
		width: 27px;
	}
	.fr .list-detail-bruce li:nth-child(1) img,
	.fr .list-detail-jeri li:nth-child(1) img,
	.fl .list-detail-donald li:nth-child(2) img  {
		width: 23px;
	}
	.fl .list-detail-natalie li:nth-child(3) img {
		width: 40px;
	}
	.fr .list-detail-cassey li {
	    min-height: 125px;
	}

	.img-3-nadia .person-cta .chris3 {
		margin-left: -40px;
	}
	.img-3-bruce .person-cta .chris3 {
		margin-left: -30px;
	}
	.img-3-cassey .person-cta .chris3 {
		margin-left: 35px;
	}
	.img-3-natalie .person-cta .chris3 {
		margin-left: -25px;
	}
	.img-3-jeri .person-cta .chris3 {
		margin-left: -70px;
	}
}

@media screen and (max-height: 780px) {
}
@media screen and (min-height: 768px) {
  	.list-personas li {
	    max-height: 40vh;
	}
}
</pre></body></html>